home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 3131 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.rmii.com!rainbow!mdaymon
  2. From: mdaymon@rainbow.rmii.com (Maxwell Daymon)
  3. Newsgroups: comp.sys.amiga.misc,comp.sys.be
  4. Subject: Re: 1995 Production Status?
  5. Followup-To: comp.sys.amiga.misc,comp.sys.be
  6. Date: 26 Jan 1996 15:35:46 GMT
  7. Organization: Rocky Mountain Internet Inc.
  8. Message-ID: <4easci$iq1@natasha.rmii.com>
  9. References: <4de07p$bbo@bandit.cyberwar.com> <6903.6590T111T2506@ci.educ.lu> <4dk1mb$e97@Starbase.NeoSoft.COM> <4dp18h$1uq@murphy.servtech.com> <mipsyssw-2301961619070001@cyber55.imaginet.fr> <4e7kfg$12d@hermes.jersey.net> <neilo-2601961755410001@d40-1.cpe.maroochydore.aone.net.au> <4ea8qg$1il@serpens.rhein.de>
  10. NNTP-Posting-Host: rainbow.rmii.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  14. : neilo@m140.aone.net.au (Neil O'Rourke) writes:
  15. : >is a step in the right direction, making it CHRP complient will take the
  16. : >"Amiga-ness" out of the system (no blitter to bang for moving stuff, no
  17.  
  18. : No. Most current graphics systems have blitters and there are lots of
  19. : audio chips to chose from. The result is several magnitudes more
  20. : powerful than current Amigas.
  21.  
  22. Furthermore, if the API is sophisticated enough, putting in new gfx/sound 
  23. cards that are capable of self-processing will be automatically used - 
  24. without rewriting or recompiling the software.
  25.  
  26. For example, let's say you have some basic function in the API that 
  27. allows something like:
  28.  
  29. maptexture (myobject, mytexture)
  30.  
  31. Right now, the main CPU(s) would provide this process. Later, you get a
  32. gfx card that handles texture mapping on the chip. Without rewriting the
  33. software, without a new OS (just a new driver), without even recompiling,
  34. the same function as written above will now use the hardware assisted
  35. features of the gfx chip and get a system wide speed up. 
  36.  
  37. The Amiga's non-API methods are what lead to the almost complete 
  38. inability to use gfx cards with 90% of the old software.
  39.